home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk32 / bsave1.0 / bsave.txt < prev    next >
Text File  |  1995-03-18  |  1KB  |  23 lines

  1.  
  2.                           BSave v1.0 - Oct. 1988
  3.  
  4.                 SAVE ANY AREA OF MEMORY - TINY 1K COMMAND  
  5.  
  6.      I learned assembly programing on a C-128. On that great machine, you can
  7. save any part of the memory with the BSAVE (binary save) command. Most
  8. Amiga debuggers have a "L" (load) command , but no "S" (save) command. So I
  9. wrote one. It is tiny (just under 1K) and can be called either from the CLI
  10. or the Workbench. Just follow the prompts. Entering bad values (non hex) will
  11. generate an empty file. Saving in the RAM: disk is faster, but it may shift
  12. elsewhere the code you are trying to save. If so, save on a disk to stop
  13. chasing your tail. Saving in some "active" areas may crash the system. Before
  14. saving, check with a debugger running from another already open CLI (I use
  15. Debug). BSave is great for that quicksand-type environment. It can be called
  16. either from the Workbench ,but it really belongs to the "c" drawer.
  17.  
  18.      Another command I would like to have is the "H" (hunt) command. It is
  19. possible to use Newzap to do a search on a BSaved file, but what about a
  20. direct command? Does on exists or should I make it up, too?
  21.  
  22.                                               -*=*- Michel Laliberte -*=*-
  23.